# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1239.1.5 -> 1.1239.1.6
#	arch/ia64/kernel/acpi.c	1.49    -> 1.50   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/09/15	jbarnes@sgi.com	1.1239.1.6
# [PATCH] ia64: turn off SLIT debugging
# 
# This code works pretty well now, so we don't need to dump all this stuff
# at boot time (esp. on 128 node systems).
# --------------------------------------------
#
diff -Nru a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c
--- a/arch/ia64/kernel/acpi.c	Fri Sep 19 00:40:20 2003
+++ b/arch/ia64/kernel/acpi.c	Fri Sep 19 00:40:20 2003
@@ -331,7 +331,7 @@
 
 #ifdef CONFIG_ACPI_NUMA
 
-#define SLIT_DEBUG
+#undef SLIT_DEBUG
 
 #define PXM_FLAG_LEN ((MAX_PXM_DOMAINS + 1)/32)